home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-07 / mail15.zip / MAILROOM.BAT < prev    next >
DOS Batch File  |  1992-03-01  |  461b  |  13 lines

  1. rem
  2. rem This is a sample execution script which could be invoked from 
  3. rem the automail.asp or auto2.asp Procomm script files.  This example
  4. rem assumes that the network mailserver is named "amber".  It will
  5. rem just log into amber, run mailroom (mail forwarded in both directions),
  6. rem run the pcmail program to compress the message database, and then 
  7. rem logout.
  8. rem   
  9. net login \\amber mailrm
  10. mailrm -samber -r -n    
  11. pcmail /c
  12. net logout \\amber
  13.